#ifdef G_ENABLE_DEBUG
g_error ("%s", msg);
#else /* !G_ENABLE_DEBUG */
- g_warning ("%s\n", msg);
+ g_warning ("%s", msg);
_exit (1);
#endif /* G_ENABLE_DEBUG */
if (!(action != 0) != !(flags & 1))
{
GDK_NOTE (DND,
- g_warning ("Received status event with flags not corresponding to action!\n"));
+ g_warning ("Received status event with flags not corresponding to action!"));
action = 0;
}
else
{
GDK_NOTE (DND,
- g_warning ("Invalid XdndProxy "
- "property on window %ld\n", win));
+ g_warning ("Invalid XdndProxy property on window %ld", win));
}
XFree (proxy_data);
else
{
GDK_NOTE (DND,
- g_warning ("Invalid XdndAware "
- "property on window %ld\n", win));
+ g_warning ("Invalid XdndAware property on window %ld", win));
}
XFree (version);